projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266c1c2
)
another docstring fixlet
author
Tom Tromey
<tromey@redhat.com>
Sun, 19 Aug 2012 09:38:30 +0000
(
03:38
-0600)
committer
Tom Tromey
<tromey@redhat.com>
Sun, 19 Aug 2012 09:38:30 +0000
(
03:38
-0600)
src/thread.c
patch
|
blob
|
history
diff --git
a/src/thread.c
b/src/thread.c
index 608c3b8d8f10da14a45e0c9eef2cee5325f364a1..dba84fd0fb6f6310dbc2d0a3ea4a0da179202081 100644
(file)
--- a/
src/thread.c
+++ b/
src/thread.c
@@
-348,7
+348,8
@@
CONDITION is the condition variable to wait on.
The mutex associated with CONDITION must be held when this is called.
It is an error if it is not held.
-This releases the mutex and waits for CONDITION to be notified. When
+This releases the mutex and waits for CONDITION to be notified or for
+this thread to be signalled with `thread-signal'. When
`condition-wait' returns, the mutex will again be locked by this
thread. */)
(Lisp_Object condition)